home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / bigarr / bigarry1.tuk < prev    next >
INI File  |  1995-01-10  |  2KB  |  28 lines

  1. [BigDiskArray]
  2.  
  3. 0=Now, checking valid drives for enough space for the test files.
  4. 1=There are no drive which can contain the file created by the demonstration. Free some spaces on the test drive.
  5. 2=The number of Rows must be betwen 1 and ~.
  6. 3=The number of Cols must be betwen 1 and ~.
  7. 4=The number of Sheets must be betwen 1 and ~.
  8.  
  9. [caption]
  10.  
  11. frmBigArray='BIG DISK ARRAY' Demonstration
  12.  
  13. Command1=Start the &demonstration
  14.  
  15. Option1(0)=&English
  16. Option1(1)=&French
  17.  
  18. Label1(0)=The 'BIG DISK ARRAY' demonstrates a part of 'TIME TO WIN' DLL for VB 3.0.  Some other routines are used to perform the demonstration.
  19. Label1(1)=The 'BIG DISK ARRAY' creates/uses ARRAY (standard variable or type'd variable) on DISK in place of MEMORY.  This lets precious memory available for any other application.
  20. Label1(2)=A 'BIG DISK ARRAY' can use a maximum of 3 dimensions : Rows, Cols, Sheets. Each dimension can have a theoric value of 2.147.483.647.  However, you're limited to the size of the disk on which the array is defined.
  21. Label1(3)=Before the beginning of the demonstration, you must enter the value of the 3 dimensions that you want to use. The input of the value are voluntary limited to 100 Rows, 100 Cols and 10 Sheets. This is done to limit the place of each array type on disk. You must have 7 Mb free on test drive for this demonstration.
  22.  
  23. Label2=Select a &language :
  24.  
  25. Label3(0)=Enter number of &Rows (1 TO 100)
  26. Label3(1)=Enter number of &Cols (1 TO 100)
  27. Label3(2)=Enter number of &Sheets (1 TO 10)
  28. Label3(3)=Select &the drive (only drive with enough space are displayed)